There's really nothing to it... Press left and right to select the distance of the race (goes up in increments of 10), 
press X to begin and when you hear the pistol, mash X and O alternatively until the race is over. Start at any time quits. Just like track 
and field on the PS2/PS1/Any other system you played it on but text based(At the moment). This is my first game, and I
programmed it mainly to get used to Lua, as it is only my second program (including a small helloworld-like program I 
made to get started) in the language. Some people might enjoy it nonetheless. I love these button mashing "running" games.



TO DO(by order of importance)-	

	-First and formost, get some graphics in there. I want to sort out some little kinks and add in some missing basics first, though.
	
	-Highscores. They're not hard to do, I expect them to be in the next release

	-False start detector. I tried to get it to work but I honestly have no idea what's happening, hopefully I will get this sorted out 
		some time soon. Also very easy to do, should be up by next release.
	
	-Multiplayer. This shouldn't be too hard either, just gotta duplicate part of the code/make small modifications. I'm not sure I know how to
		point the text sideways, though. Another thing is that it's definately not as comfortable to button mash with the D-pad.

	-Anything else that you guys might think I should add/want me to add! Send a PM my way if you have any requests/feedback



CHANGELOG-
	
	v0.1-First release (YAY!)





Again, If you didn't the to do list, I would love feedback and tips from more experienced devs (maybe someone could give me a hand with the false
start detector?)

Thank you so much for trying this out.